
/* Banner section */
.banner-bg-shape {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.animation-example {
	position: absolute;
	height: 500px;
	width: 500px;
	right:0;
	top: 90px;
	animation: moveBounce 5s linear infinite
}
.icon-1 .circle img {
	padding: 4px !important;
	margin: 0 0px 6px 7px;
	width: 50px;
}

.icon-2 .circle img {
	transform: rotate(-90deg);
	width: 42px;
	margin: 0 0 8px 6px;
}

.icon-3 .circle img {
	transform: rotate(180deg);
	width: 44px;
	margin: 0px 0px 4px 8px;
}

.icon-4 .circle img {
	transform: rotate(90deg);
	width: 50px;
	margin: 0px 0px 0px 7px;
}

.icon-5 .circle img {
	width: 50px;
	margin: 0px 0px 0px 10px;
}

.icon-6 .circle img {
	transform: rotate(180deg);
	width: 46px;
	margin: 0px 0px 2px 8px;
}

.icon-7 .circle img {
	transform: rotate(180deg);
	width: 50px;
	margin: 0 0 10px 6px;
}

.icon-8 .circle img {
	width: 54px;
	margin: 0 0 0 2px;
}

.logo-circle img {
	width: 70px;
	line-height: 10px;
	position: absolute;
	top: 20px;
	left: 25px;
}

@keyframes move-dot1 {
	0% {
		transform: translateX(-50%) translateY(-50%);
	}
	20% {
		transform: translateX(-50%) translateY(30%);
	}
	100% {
		transform: translateX(-50%) translateY(30%);
	}
}

@keyframes move-dot2 {
	0% {
		transform: translateX(-50%) translateY(-50%);
	}

	15% {
		transform: translateX(-50%) translateY(-10%);
	}

	30% {
		transform: translateX(-10%) translateY(-10%);
	}

	100% {
		transform: translateX(-10%) translateY(-10%);
	}
}

.animation-example>.item {
	position: absolute;
	top: 0;
	left: 50%;
	height: 50%;
	width: 50%;
	transform: translateX(-50%);
	transform-origin: 50% 100%;
	pointer-events: none;
}

.animation-example>.item:nth-child(2) {
	transform: translateX(-50%) rotate(90deg);
}

.animation-example>.item:nth-child(3) {
	transform: translateX(-50%) rotate(180deg);
}

.animation-example>.item:nth-child(4) {
	transform: translateX(-50%) rotate(270deg);
}

.animation-example>.item>.line {
	height: 100%;
	width: calc(50% + 1px);
	border-right: 2px dashed #fff;
}

.animation-example>.item>.dot {
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translateX(-50%) translateY(-50%);
	height: 100%;
	width: 100%;
	animation: move-dot1 5.5s linear infinite;
}

.animation-example>.item>.dot::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 5%;
	width: 5%;
	background: #fff;
	border: 2px solid #5bc0eb;
	border-radius: 50%;
}

.animation-example > .item > .circle {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 65px;
	width: 65px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 65px;
}

.animation-example>.item.-type2 {
	top: 0;
	left: 0;
	transform: none;
	transform-origin: 100% 100%;
}

.animation-example>.item.-type2:nth-child(5) {
	transform: scaleX(-100%);
}

.animation-example>.item.-type2:nth-child(6) {
	transform: scaleX(-100%) scaleY(-100%);
}

.animation-example>.item.-type2:nth-child(7) {
	transform: scaleY(-100%);
}

.animation-example>.item.-type2>.line {
	position: absolute;
	top: 30%;
	left: calc(30% - 1px);
	width: 70%;
	height: 40%;
	border-right: none;
	border-left: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
}

.animation-example>.item.-type2>.dot {
	top: 30%;
	left: 30%;
	animation: move-dot2 4s linear infinite;
}

.animation-example>.item.-type2>.circle {
	top: 30%;
	left: 30%;
	transform: translateX(-50%) translateY(-50%);
}

.animation-example>.item:nth-of-type(1)>.dot {
	animation-delay: 0;
}

.animation-example>.item:nth-of-type(7)>.dot {
	animation-delay: .5s;
}

.animation-example>.item:nth-of-type(2)>.dot {
	animation-delay: 1s;
}

.animation-example>.item:nth-of-type(6)>.dot {
	animation-delay: 1.5s;
}

.animation-example>.item:nth-of-type(3)>.dot {
	animation-delay: 2s;
}

.animation-example>.item:nth-of-type(5)>.dot {
	animation-delay: 2.5s;
}

.animation-example>.item:nth-of-type(4)>.dot {
	animation-delay: 3s;
}

.animation-example>.item:nth-of-type(8)>.dot {
	animation-delay: 3.5s;
}

.animation-example>.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 50%;
	width: 50%;
}

.animation-example>.center>.circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
}

.animation-example>.center>.circle:nth-child(1) {
	height: 100%;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 3vmin rgba(0, 0, 0, 0.1);
}

.animation-example>.center>.circle:nth-child(2) {
	height: 80%;
	width: 80%;
	border: 2px solid #000;
}

.animation-example>.center>.circle:nth-child(3) {
	height: 50%;
	width: 50%;
	background: #000000;
}
.banner-heading {
	font-size: 36px !important;font-weight: 700;
}
/* */
.aboutus-section {
	padding: 107px 0;
}
.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
	font-weight: 700 !important;
}
.section-title {
	font-size: 30px !important;
}
/* Aboutus Setion Home Section */
.aboutus-section {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
/* Core proficienc Section */

.core-proficienc-section .slick-track {
	display: flex !important;
	align-items: center;
}
/*  Video Section */
.pinwallet-icon {
	width: 100px;
	margin-bottom: 36px;
	animation: moveBounce 5s linear infinite;
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
} 
/*  features-blog */
@-webkit-keyframes iconTop {
	0% {
	  -webkit-transform: translate(0%, 0);
			  transform: translate(0%, 0);
	}
	25% {
	  opacity: 0;
	  -webkit-transform: translate(0%, -70%);
			  transform: translate(0%, -70%);
	}
	50% {
	  opacity: 0;
	  -webkit-transform: translate(0%, -40%);
			  transform: translate(0%, -40%);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate(0%, 0);
			  transform: translate(0%, 0);
	}
  }
  
  @keyframes iconTop {
	0% {
	  -webkit-transform: translate(0%, 0);
			  transform: translate(0%, 0);
	}
	25% {
	  opacity: 0;
	  -webkit-transform: translate(0%, -70%);
			  transform: translate(0%, -70%);
	}
	50% {
	  opacity: 0;
	  -webkit-transform: translate(0%, -40%);
			  transform: translate(0%, -40%);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate(0%, 0);
			  transform: translate(0%, 0);
	}
  }
  .inner-box:hover .icon-box {
	transform: scale(0.9);
	-webkit-animation: iconTop 0.4s ease-in-out;
	animation: iconTop 0.4s ease-in-out;
}

/*  service section */
.service-section {
	background: #f2f2f2;
	padding-bottom: 150px;
}
/* .service-section::before {
	background: #fff;
	width: 100%;
	height: 118px;
	position: absolute;
	content: "";
	-moz-transform: scale(1.8) rotate(30deg) translate(18px, 0px) skew(1deg, 0deg);
	-webkit-transform: scale(1.8) rotate(30deg) translate(18px, 0px) skew(1deg, 0deg);
	-o-transform: scale(1.8) rotate(30deg) translate(18px, 0px) skew(1deg, 0deg);
	-ms-transform: scale(1.8) rotate(30deg) translate(18px, 0px) skew(1deg, 0deg);
	transform: scale(1.8) rotate(-3deg) translate(18px, 0px) skew(1deg, 0deg);
	top: -118px;
} */
.service-section::after {
	background: #fff;
	width: 100%;
	height: 118px;
	position: absolute;
	content: "";
	-moz-transform: scale(1.8) rotate(30deg) translate(18px, 0px) skew(1deg, 0deg);
	-webkit-transform: scale(1.8) rotate(30deg) translate(18px, 0px) skew(1deg, 0deg);
	-o-transform: scale(1.8) rotate(30deg) translate(18px, 0px) skew(1deg, 0deg);
	-ms-transform: scale(1.8) rotate(30deg) translate(18px, 0px) skew(1deg, 0deg);
	transform: scale(1.8) rotate(2deg) translate(18px, 0px) skew(1deg, 0deg);
	bottom: -140px;
}
.feature-section .animated-bg {
	left: 0;
	right: auto;
	position: absolute;
}
 
.feature-section .animated-bg i {
	box-shadow: 0 15px 30px 0 #515050;
	opacity: 0.2;
	bottom: -89px;
	left: 0;
}
/*  Blog section */
.blog-section {
	background: #fff;
}
.shape-blog-left {
	position: absolute;
	bottom: -31px;
	width: auto;
	height: 136%;
	background-repeat: no-repeat;
	left: -109px;
	transform: skew(0deg);
	opacity: 0.3;
}
.shape-blog-right {
	position: absolute;
	bottom: 0;
	width: auto;
	height: 122%;
	background-repeat: no-repeat;
	right: -69px;
	transform: skew(5deg);
	opacity: 0.3;
}
.date-zone, .blog-category {
	font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 400;
	text-transform: none;
	color: #595959;
	font-family: 'Poppins', sans-serif;
}
.blog-title {
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
	padding-top: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}
.blog-contnet {
	color: #000 !important;
	line-height: calc(22px + (26 - 22) * (100vw - 300px) / (1200 - 300));
	padding-top: 10px !important;
	display: block;
}


/*============================
    Breadcrumb section
=============================*/
.breadcumb-section {
	padding: 20px 0;
	background: #f9f9f9;
}
.breadcumb-links {
	color: #000;
	font-size: 18px;
}
.breadcumb-divid {
	padding: 0 10px;
	font-size: 23px;
	color: var(--bs-black);
}
.breadcumb-active {
	color: #646464;
	font-size: 18px;
}


/* ============================================================== 
     # Contact Area  
=================================================================== */

.contact-area {
	position: relative;
	z-index: 1;
	padding: 100px 0;
	margin: 80px 0;
}

.contact-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	background: #ffffff;
	z-index: -1;
}

.contact-area::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	background: #ffffff;
	z-index: -1;
}

.contact-detail .content-inner-area {
	padding: 50px;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

.contact-detail .content-inner-area::after {
	position: absolute;
	right: -30px;
	top: 30px;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
}

.contact-detail h2 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 30px;
}
.contact-detail p {
	font-family: 'Poppins', sans-serif;
}
.contact-pera {
	font-size: 17px !important;
	line-height: 22px;
}
.contact-detail ul {
	display: block;
	margin-top: 30px;
}

.contact-detail ul li {
	display: flex;
	margin-top: 30px;
	align-items: center;
}
.contact-detail a {
	color: #000 !important;
	transition: 0.5s all ease-in-out;
}
.contact-mail a {
	display: contents !important;
	text-transform: lowercase !important;
}
.contact-mail a:hover {
	color: #5e5e5e !important;
}
.contact-detail ul li:first-child {
	margin-top: 0;
}

.contact-detail ul li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	min-width: 60px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 20px;
	background: rgb(13,13,12);
	background: -moz-radial-gradient(circle, rgba(13,13,12,1) 0%, rgba(57,57,57,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(13,13,12,1) 0%, rgba(57,57,57,1) 100%);
	background: radial-gradient(circle, rgba(13,13,12,1) 0%, rgba(57,57,57,1) 100%);
}

.contact-detail ul li p {
	margin: 0;
}
.contact-detail a {
	color: #000 !important;
	transition: 0.5s all ease-in-out;
}
.contact-detail a:hover {
	color: #4b4b4b !important;
}
.contact-form h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #fff;
} 
 /* FORM ELEMENTS
	  –––––––––––––––––––––––––––––––––––––––––––––––––– */
	  .form-filds label {
		margin-bottom: 10px;
		font-family: 'Poppins', sans-serif;
		color: #828282;
		font-size: 15px;
	}
	  .form-filds {
		margin-bottom: 25px;
	}
	.form-filds input:focus-visible, .form-filds textarea:focus-visible {
		outline: none;
	} 
	.my-form input, .my-form textarea{
		width: 100%;
		line-height: 1.5;
		font-family: 'Poppins', sans-serif;
		padding: 15px 10px;
		border: 1px solid hsl(0, 0%, 10%);
		color: #afafaf;
		background: #242424;
		transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25), transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
	}
	textarea {
		resize: none;
	  }
	  .my-form textarea {
		height: 170px;
	  }
	  
	  .my-form ::placeholder {
		color: inherit;
		opacity: 1;
	  }
	  .my-form input:focus, .my-form textarea:focus {
		background: #070707;
	}
	  
	  .my-form input:focus,
	  .my-form textarea:focus {
		transform: scale(1.01);
	  }
	  .submit-btm {
		position: relative;
		padding: 10px 72px 10px 30px;
		line-height: 24px;
		background: #242424;
		color: #ffffff;
		font-size: 18px;
		font-weight: 400;
		border-radius: 50px;
		border: 2px solid #6d6d6d;
		font-family: 'Poppins', sans-serif;
		text-transform: uppercase;transition: 0.5s all ease-in-out;
	}  
	.submit-btm .btn-icon {
		position: absolute;
		right: -2px;
		top: -2px;
		color: #ffffff;
		width: 57px;
		height: 48px;
		line-height: 48px;
		text-align: center;
		font-weight: 400;
		font-size: 16px;
		padding-right: 4px;
		background-color: #6d6d6d;
		border-radius: 0px 50px 50px 0px;transition: 0.5s all ease-in-out;
	}
	.submit-btm:hover {
		background: none;
		border-color: #fff;
		color: #fff;
		padding: 10px 75px 10px 40px;
	}
	.submit-btm:hover .btn-icon {
		background: #fff;
		color: #000;
	}
/* ============================================================== 
     # Aboutus Page
=================================================================== */

/* Aboutus -section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.aboutus-page-section {
	padding:60px 0
   }
.funfact-blog {
	text-align: center;
}
.funfact-blog img {
	width: 80px;
}
.funfact-blog .text {
	padding-top: 40px;
}
.funfact-blog .text small {
	display:block
   }
.funfact-wrap1 {
	position: relative;
	max-width: 289px;
	margin-left: 113px;
	background: #313131;
	padding: 50px;
}
   .funfact-wrap1 .text {
	padding-top: 40px;
}
   .funfact-wrap1 .text p {
	font: bold 60px/60px 'Poppins';
}
.funfact-wrap1 .text small {
	font-size: 18px;
	line-height: 30px;
}
   .funfact-wrap2 {
	padding: 50px;
}
   .funfact-wrap2 .text p {
	font: bold 60px/60px 'Poppins';
   }
   .funfact-wrap2 .text small {
	font-size: 18px;
	line-height: 30px;
}
   .funfact-wrap3 {
	padding: 29px;
	background: #c6c6c6;
}
   .funfact-wrap3 .text p {
	font:bold 18px/29px 'Poppins'
   }
   .funfact-wrap3 .text small {
	font-size:14px;
	line-height:20px
   }

   .funfact-wrap4 {
	background: #313131;
	padding: 30px;
}
.funfact-wrap4 .text p {
	font: bold 18px/29px 'Poppins';
}
.funfact-wrap5 {
	padding: 50px;
}

.funfact-wrap5 .text {
	font-weight: 700;
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
	padding-top: 80px;
}
.funfact-wrap5 img {
	margin-right: 25px;
}
   .funfact-wrap5 .text p {
	font: bold 60px/60px 'Poppins';
}

   .funfact-wrap5 .text small {
	font-size:18px;
	line-height:28px
   }
   .funfact-wrap6 {
	background: #1a1919;
	position: relative;
	max-width: 289px;
	padding: 40px;
}
.funfact-wrap6 .text p {
	font: bold 60px/60px 'Poppins';
	margin-top: 15px;
}
   .funfact-wrap6 .text small {
	font-size:14px;
	line-height:20px
   }  
.about-squer-shape {
	position: absolute;
	left: -28px;
	top: -27px;
	z-index: -1;
	opacity: 0.3;
}
.about-bottom-shape {
	position: absolute;
	right: -76px;
	z-index: -1;
	transform: rotate(-5deg);
}
.about-mission {
	padding: 20px;
	position: relative;
	transition: 0.5s all ease-in-out;
	overflow: hidden;
	margin-bottom: 20px;
	background: #f2f2f2;
}
.about-mission:hover {
	transform: translateY(-10px);
}
.about-mission::before{
	width: 0;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	height: 0;
	transition: 0.5s all ease-in-out;
	border-radius: 10px 10px 10px 10px;
	transform: rotateZ(-180deg);
	opacity: 0;
	visibility: hidden;
	right: 0;
	margin: 0 auto;	
}

.about-mission:hover::before {
	width: 100%;
	border-radius: 0 0 0 0;
	background: #292929;
	transform: rotateZ(0deg);
	opacity: 1;
	visibility: visible;
	height: 100%;
	top: 0;
}
.vision-blog {
	background: #000;
}
.mission-content {
	position: relative;
	z-index: 1;
	transition: 0.5s all ease-in-out;
	text-align: center;
}
.about-mission-icon {
	width: 80px;
	height: 80px;
	padding: 10px;
	background: #cecece;
	margin: 0 auto 20px;
	border-radius: 50%;
	transition: 0.5s all ease-in-out;
}
.about-mission:hover .about-mission-icon {
	background: #fff;
}
.vision-blog .about-mission-icon {
	background: #fff;
}
.about-mission-icon img {
	width: 100%;
}
.mission-sub-heading {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding-bottom: 15px;
	font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)));
}
.mission-sub-heading, .mission-content p {
	transition: 0.5s all ease-in-out;
	color: #000;
}
.vision-blog .mission-sub-heading, .vision-blog p {
	color: #fff;
}
.about-mission:hover .mission-sub-heading, .about-mission:hover p {
	color: #fff;
}
   @media (max-width:1024px) {
	.funfact-wrap1 {
	 -webkit-clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%);
	 clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%);
	 position:relative;
	 max-width:inherit;
	 margin-left:0;
	 height:245px
	}
	.funfact-wrap1 img {
	 top:60px;
	 left:60px
	}
	.funfact-wrap1 .text {
	 padding-top:73px;
	 margin-left:210px
	}
	.funfact-wrap2 {
	 height:245px;
	 width:inherit
	}
	.funfact-wrap2 img {
	 position:absolute;
	 bottom:70px;
	 left:47px
	}
	.funfact-wrap2 .text {
	 margin-left:210px;
	 padding-top:80px
	}
	.funfact-wrap3 {
	 padding:24px
	}
	.funfact-wrap3 img {
	 margin-left:45px
	}
	.funfact-wrap3 .text {
	 margin-left:190px;
	 margin-top:28px
	}
	.funfact-wrap4 {
	 padding:56px 56px 56px 40px
	}
	.funfact-wrap4 img {
	 padding-bottom:0;
	 float:left
	}
	.funfact-wrap4 .text {
	 float:left
	}
	.funfact-wrap4 .text p {
	 text-align:left;
	 margin-left:20px
	}
	.funfact-wrap5 {
	 position:relative;
	 bottom:0;
	 text-align:center;
	 right:0;
	 padding:45px 34px 20px
	}
	.funfact-wrap5 img {
	 float:left;
	 margin-left:34px
	}
	.funfact-wrap6 {
	 position:inherit;
	 max-width:inherit;
	 margin-left:0;
	 margin-bottom:60px;
	 bottom:0;
	 right:0;
	 padding:45px 62px 45px 63px
	}
	.funfact-wrap6 img {
	 float:left
	}
	.funfact-wrap6 .text {
	 padding-top:0;
	 margin-left:145px
	}
   }
   @media (max-width:768px) {
	.funfact-wrap1 {
	 -webkit-clip-path:polygon(0 0%,100% 0%,100% 100%,0% 100%);
	 clip-path:polygon(0 0%,100% 0%,100% 100%,0% 100%)
	}
	.funfact-wrap1 .text {
	 position:absolute;
	 bottom:60px
	}
	.funfact-wrap2 .text {
	 position:absolute
	}
	.funfact-wrap3 {
	 background:#00ffd9;
	 padding:34px
	}
	.funfact-wrap3 img {
	 margin-left:20px
	}
	.funfact-wrap3 .text {
	 max-width:200px;
	 margin-top:10px;
	 margin-left:25px
	}
	.funfact-wrap3 .text p {
	 text-align:left
	}
	.funfact-wrap4 .text {
	 margin-top:20px
	}
	.funfact-wrap5 .text {
	 float:left
	}
	.funfact-wrap5 .text p {
	 margin-left:25px
	}
	.funfact-wrap6 .text {
	 position:absolute
	} 
	.funfact-wrap3,
	.funfact-blog:last-child {
	 width:100%
	}
	.funfact-wrap3 .text {
	 float:left
	} 
   }
   @media (max-width:991px) {
	.funfact-wrap2 {
	 width:100%
	}
	.funfact-wrap3 .text,
	.funfact-wrap6 .text {
	 max-width:220px
	}
	#who-we-are .display-flex {
	 flex-direction:row;
	 text-align:left
	}
   }
/* encryptions-section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.encryptions-section {
	padding: 60px 0;
}
	.encryptions-section .aboutus-heading {
		margin-bottom: 50px;
	}
	.aboutus-heading {
		font-size: 30px !important;
		font-weight: 700 !important;
	}
	.encrypt-sub-heading {
		margin-bottom: 20px;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size: 25px;
		color: #000;
	}
	.encrypt-content-details p {
		font-size: 18px;
	}
	.col-blog:nth-child(1):hover .square_fill {
		transform: rotate(45deg) translate(-2rem, 2rem);
	  }
	.col-blog:nth-child(2):hover .square_fill {
		transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
	  }
	  .col-blog:nth-child(3):hover .square_fill {
		transform: scale(1) translateX(-5rem) rotate(45deg);
	  }
	  @media (min-width: 768px) {
		.col-blog:nth-child(1) .encrypt-box {
			padding: 4rem 0 0 2rem;
		}
		.col-blog:nth-child(2) .encrypt-box {
			padding: 9rem 0 2.5rem 2rem;
		}
		.col-blog:nth-child(3) .encrypt-box {
			padding: 2rem 2rem 2.5rem 2rem;
		}
	  }
	.col-blog:nth-child(1) .square_null {
		transform: translateX(2rem);
	  }
	.col-blog:nth-child(1) .square_fill {
		transform: translate(-5rem, -2rem);
		background-color: #c8c8c8;
	  }
	.col-blog:nth-child(2) .square_fill {
		background-color: #ccc;
		transform: translate(-2.5rem, -0.5rem);
	  }
	.col-blog:nth-child(2) .square_null {
		transform: rotate(45deg) translate(-1rem, -2rem);
	  }

	.col-blog:nth-child(3) .square_fill {
		background-color: #626262;
		transform: scale(0.8) translateX(-6.25rem);
	  }
	.col-blog .encrypt-box {
		border-left: 1px dotted rgba(0, 0, 0, 0.5);
	  }
	.col-blog:last-child .encrypt-box {
		border-right: 1px dotted rgba(0, 0, 0, 0.5);
	  }
	.encrypt-box {
		height: 100%;
	  }
.item-wrapper {
		height: 100%;
		padding: 0 1rem;
	  }
	.square_animation {
		display: flex;
		position: relative;
		margin-bottom: 1.75rem;
	  }
	.square_animation .square_shape {
		width: 5rem;
		height: 5rem;
	  }
	.square_animation .square_null {
		z-index: 1;
		border: 1px solid #040404;
	  }
	.square_animation .square_fill {
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	  }
	  @media (max-width: 991px) {
.square_animation .square_shape {
		  width: 4rem;
		  height: 4rem;
		}
.col-blog:nth-child(1) .square_null {
		  transform: translateX(1rem);
		}
		.col-blog:nth-child(2):hover .square_fill {
			transform: rotate(-45deg) translate(0.25rem, -2rem) scale(0.75);
		}
		.col-blog:nth-child(3) .square_fill {
			transform: scale(0.8) translateX(-74px);
		}
.col-blog:nth-child(3):hover .square_fill {
		  transform: scale(1) translateX(-4rem) rotate(45deg);
		}
	  }
	  @media (max-width: 767px) {
		.encryptions-section .item-wrapper {
		  padding: 0;
		}
.encrypt-box {
		  padding: 2rem 0 2.5rem;
		}
.square_animation {
		  margin-bottom: 1rem;
		}
.square_animation .square_shape {
		  width: 2.5rem;
		  height: 2.5rem;
		}
.col-blog .encrypt-box {
		  border-width: 0;
		  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
		}
.col-blog:last-child .encrypt-box {
		  border-width: 0;
		}
		.col-blog:nth-child(1) .square_fill {
			transform: translate(-2.5rem, -1rem);
		}
		.col-blog:nth-child(1):hover .square_fill {
			transform: rotate(45deg) translate(-1rem, 1rem);
		}
		.col-blog:nth-child(2) .square_fill {
			transform: translate(-11px, -21px);
		}
		.col-blog:nth-child(2):hover .square_fill {
			transform: rotate(-45deg) translate(19px, -30px) scale(0.75);
		}
		.col-blog:nth-child(3) .square_fill {
			transform: scale(0.8) translateX(-50px);
		}
		.col-blog:nth-child(3):hover .square_fill {
			transform: scale(1) translateX(-2.5rem) rotate(45deg);
		}
	  }

/* Payment-section1
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.payment-section1 {
	padding: 60px 0 40px;
}
	.black-bg-detail{
		padding: 100px 101px;
		background: #000;
		border-radius: 10px;
		position: relative;
		z-index: 1;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
	}
	.black-inner-content p {
		color: #fff;
		font-size: 20px;
	}
	.black-bg-detail .shape-1{
		position: absolute;
		left: -70px;
		bottom: -70px;
		width: 200px;
		height: 200px;
		background: #111;
		border-radius: 50%;
		z-index: -1;
	}
	.black-bg-detail .shape-2{
		position: absolute;
		right: 0;
		top: 0;
	}
	.black-bg-detail .shape-2 img {
		filter: brightness(0) invert(1);
	}


/* ============================================================== 
     # Product Page
=================================================================== */
.all-banner-section {
	background: #010101;
	text-align: center;
}
.all-banner-h1 h1 {
	color: #fff;
	font-weight: 600;
}

.impstyl {
    border-radius: 70px;
    padding: 45px 45px 50px;
}

.bgcolorvri {
	background-color: #151515 !important;
}
/* Travel Page -section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.api-bg-shape {
	position: relative;
	padding: 60px 0;
}
.api-favi {
	width: 70px;
	height: 70px;
	margin: 0 auto 35px;
	background: #000;
	border-radius: 50%;
	line-height: 70px;
}
.api-favi img {
	filter: brightness(0) invert(1);
	position: relative;
	width: 48px;
}
/* .api-bg-shape::after {
	background: url(../images/background/dot-pattern.png);
	padding: 60px 0;
	background-size: cover;
	background-position: center;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	opacity: 0.6;
} */
.product-title h1 {
	font-weight: 700;
	font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1920 - 300)));
	padding: 0 0 30px 0px;
}
.api-text p {
	text-align: justify;
	font-size: calc(15px + (18 - 15) * ((116vw - 300px) / (1920 - 300)));
	line-height: calc(22px + (28 - 22) * (100vw - 300px) / (1200 - 300));
}
/*  
–––––––––––––––––––––––––––––––––––––––––––––––––– */

	.type-group-section {
		background: #000;
		padding: 60px 0 0;
	}
	.api-type-section {
		border-bottom: 2px solid #fff;
		overflow: hidden;
		padding: 38px 0px 37px;
		position: relative;
		z-index: 1;
	}
	.api-type-content {
		background-color: #fff;
		margin-right: 23px;
		position: relative;
		z-index: 1;
		text-align: justify;
	}
	.api-left-background {
		border-radius: 0 70px 70px 0;
		padding: 45px 45px 50px 0;
	}
	.api-right-background {
		border-radius: 070px 0 0 70px;
		padding: 45px 0 50px 45px;
	}
.api-left-background::before {
		background-color: #fff;
		content: "";
		height: 100%;
		position: absolute;
		right: 100%;
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.api-right-background::before {
		background-color: #fff;
		content: "";
		height: 100%;
		position: absolute;
		left: 100%;
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.api-type-content p {
		padding-top: 20px;
	}
	.api-type-image {
		width: 179%;
	}
	.api-type-image img {
		width: 100%;
		filter: brightness(0) invert(1);
	}

/*  
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.why-choose-section {
	padding: 60px 0 40px;
}
	  .choose-sub-title {
		font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
		font-weight: 600;
		color: #000;
		line-height: 24px;
		padding-bottom: 20px;
	}
.choose-col .choose-inner-box {
		border-top: 1px dotted rgba(34, 45, 53, 0.5);
	  }
.choose-col .choose-inner-box:last-child .choose-inner-box {
		border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
	  }
	  @media (min-width: 992px) {
.choose-col:nth-child(1) .why-choose-wrapper {
		  padding-left: 0;
		}
.choose-col:nth-child(4) .why-choose-wrapper {
		  padding-left: 0;
		}

	  }

	  .choose-inner-box {
		padding-top: 25px;
		padding-bottom: 25px;
		margin-top: .75rem;
		margin-bottom: .75rem;
		height: 100%;
		display: flex;
	}

	  .circle_animation {
		display: inline-flex;
		position: relative;
		padding-right: 25px;
		margin-bottom: 1.25rem;
		width: 195px;
	}
	.circle_animation .circle {
		width: 90px;
		height: 90px;
		border-radius: 50%;
		text-align: center;
		line-height: 90px;
	}
.circle_animation .circle_fill {
		-webkit-animation: circleFill 5s infinite;
		animation: circleFill 5s infinite;
	  }
	  .circle_animation .circle_fill {
		-webkit-animation: circleFill 5s infinite;
		animation: circleFill 5s infinite;
		position: relative;
		z-index: 1;
		background: rgb(13,13,12);
		background: -moz-radial-gradient(circle, rgba(13,13,12,1) 0%, rgba(57,57,57,1) 100%);
		background: -webkit-radial-gradient(circle, rgba(13,13,12,1) 0%, rgba(57,57,57,1) 100%);
		background: radial-gradient(circle, rgba(13,13,12,1) 0%, rgba(57,57,57,1) 100%);
	}
.circle_animation .circle_null {
		margin-left: -2rem;
		border: 1px solid #222d35;
		-webkit-animation: circleNull 5s infinite;
		animation: circleNull 5s infinite;
	  }
	  .shape-choose-left {
		position: absolute;
		bottom: -31px;
		width: auto;
		height: 106%;
		background-repeat: no-repeat;
		left: -109px;
		transform: skew(-9deg);
		opacity: 0.3;
	}
	.shape-choose-right {
		position: absolute;
		bottom: 0;
		width: auto;
		height: 102%;
		background-repeat: no-repeat;
		right: -98px;
		transform: skew(13deg);
		opacity: 0.3;
		z-index: -1;
	}
	  @keyframes circleFill {
		0%,
		100% {
		  transform: translateX(75%);
		  animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
		}
		50% {
		  transform: translateX(0);
		  animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
		}
	  }
	  @keyframes circleNull {
		0%,
		100% {
		  transform: translateX(-50%);
		  animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
		}
		50% {
		  transform: translateX(0);
		  animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
		}
	  }
	  @media (max-width: 767px) {
.choose-col .choose-inner-box:last-child {
		  border-bottom: none;
		}
.circle_animation {
		  padding-right: 1rem;
		  margin-bottom: 0;
		}
.circle_animation .circle_null {
		  margin-left: -1rem;
		}
		  .aboutus-coloumn {
			margin-bottom: 20px;
		}
	  }

	  /*privacy-policy 
	  ============================*/
	  .api-contnet {
	padding-bottom: 20px;
}
.hed-siz {
	font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1920 - 300))) !important;
	font-weight: 600 !important;
	letter-spacing: 0;
	padding: 5px 0 10px;
	margin: 10px 0;
}
	.api-text li {
		text-align: justify;
		font-size: calc(12px + (18 - 12) * ((116vw - 300px) / (1920 - 300)));
		line-height: calc(22px + (28 - 22) * (100vw - 300px) / (1200 - 300));
	}



 /* Other Page
	  ============================*/
	.other-sub-heading {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		color: #000;
	}
	.payment-gateway-title {
		font-size: 21px;
		padding-bottom: 15px;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		color: #000;
	}
 /* Service Page
	  ============================*/
	.pricing-section {
		padding: 60px 0;
	}
@media (min-device-width:1920px) {
	.animation-example {
		right: -100px;
		width: 500px;
		height: 500px;
		top: 150px;
	}
	.contact-area::after, .contact-area::before {
		width: 120px
	}
}
@media (min-device-width:1600px) and (max-device-width:1919px) { 
.animation-example {height: 500px;width: 500px}
.contact-area::after, .contact-area::before {
	width: 100px
}
}
@media (min-device-width:1440px) and (max-device-width:1599px) { 
.contact-row{
		padding: 0 25px;
	}
	.contact-area::after, .contact-area::before {
		width: 50px
	}
	}
	@media (min-device-width:1200px) and (max-device-width:1440px) { 
		.contact-row{
				padding: 0 25px;
			}
			.contact-area::after, .contact-area::before {
				width: 50px
			}
			}
@media (min-device-width:1280px) and (max-device-width:1599px) {
	.header .center-text {
		height: calc(100vh - 83px);
		margin-top: 90px;
	}
}
@media (min-device-width:1200px) and (max-device-width:1599px){
.animation-example {
    height: 450px;
    width: 450px;
}
.animation-example > .center > .circle:nth-child(1) {height: 90%;width: 90%}
.animation-example > .center > .circle:nth-child(2) {height: 75%;width: 75%}
.logo-circle img {
    top: 20px;
    left: 23px;
}
.banner-content {
	height: calc(100vh - 199px);
	width: 79%;
}
}

@media (min-device-width:991px) and (max-device-width:1199px) {
	.banner-heading{font-size: 28px !important}
.section-title {font-size: 28px !important}
.banner-bg-shape {
	height: 90%;
}
.banner-section .bg {
	height: 100%;
}
.animation-example {
	height: 400px;
	width: 400px;
	margin-top: 40px;
}
.banner-bg-shape {
	width: 116%;
	background-size: cover;
	right: 0;
}
.animation-example > .center > .circle:nth-child(1) {height: 90%;width: 90%}
.animation-example > .center > .circle:nth-child(2) {height: 75%;width: 75%}
.logo-circle img {
	top: 17px;
	left: 20px;
	width: 55px;
}
.banner-content {height: calc(100vh - 215px);width: 86%}
.agency.about-bg {margin-top: -75px}
.contact-row{
	padding: 0 25px;
}
.contact-area::after, .contact-area::before {
	width: 20px
}
}

@media only screen and (min-device-width:1200px){
.banner-bg-shape {
	height: 100vh;
}
.banner-section .bg {
	height: 100vh;
}
}

@media only screen and (min-device-width:992px){
.features-blog1:hover, .features-blog2:hover, .features-blog3:hover {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
.features-blog4:hover, .features-blog5:hover, .features-blog6:hover {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.vision-mision-wrapper .row {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap: 19px;
	position: relative;
}
.about-mission {
	width: 100%;
}
}


@media only screen and (max-device-width:991px){
.header-section{padding-top: 20px}
.contact-form-box {
	padding-top: 80px;
}
.shape-choose-left, .shape-choose-right {
	display: none;
}
}



@media (min-device-width:768px) and (max-device-width:991px) {
	.banner-heading{font-size: 26px !important}
	.section-title {
		font-size: 26px !important;
	}
	.header-section {
		background: #eaeaea;
		transition: 0.5s all ease-in-out;
		padding-bottom: 20px;
	}
	.banner-section {
		background: #d3d3d3;
		padding-bottom: 120px;
		border-radius: 0 0 0 225px;
	}
	.header.banner-section .bg.agency {
		height: 100%;
		padding-bottom: 52px;
	}
	.animation-example > .center {
		height: 45%;
		width: 45%;
	}
	.animation-example > .center > .circle:nth-child(3) {
		height: 120px;
		width: 120px;
	}

.aboutus-content {margin-left: 50px}
.banner-bg-shape {
	height: 100%;
}
.banner-section .bg {
	height: 100%;
}
.animation-example {
	position: relative;
	margin: 0 auto;
	height: 400px;
	width: 400px;
	top: 26px;
}

.features-blog1:hover, .features-blog2:hover, .features-blog3:hover, .features-blog4:hover, .features-blog5:hover, .features-blog6:hover {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
.feature-shape {
	bottom: 308px;
	top: auto !important;
}
.service-section {
	padding-top: 100px;
}
.service-section .blog-info {
	height: 322px
}
.contact-area::after, .contact-area::before {
	width: 20px
}
}

@media (max-device-width:767px) {
.banner-heading{font-size: 24px !important}
.section-title {
	font-size: 24px !important;
}
.feature-block:hover {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.feature-block .icon-box {
	background: #fff;
}
.feature-shape {
	display: none;
}
.service-section .blog-info {
	height: 100%
}
.service-section {
	padding-top: 100px;
}
.contact-widget {
	padding-top: 15px;
	border-top: 1px solid;
	margin-top: 20px;
}
.all-banner-section {
	background: #d3d3d3;
	padding: 50px 0;
}
.all-banner-h1 h1 {
	color: #000;
}
}

@media (min-device-width:576px) and (max-device-width:768px) {
	
	.animation-example {
		position: relative;
	}
	.animation-example {
		position: relative;
		top: 36px;
		margin: 0 auto;
	}
	.animation-example > .center > .circle:nth-child(1) {
		height: 93%;
		width: 93%;
	}
	.animation-example > .center > .circle:nth-child(3) {
		height: 100px;
		width: 100px;
	}
	.logo-circle img {
		width: 58px;
	}
.agency-content .blue-img {position: absolute;left: 0;right: 0;z-index: 1;bottom: 87px;margin: 0 auto;transform: rotate(-166deg);width: auto}
.aboutus-image{position: relative}
.contact-area::after, .contact-area::before {
	width: 20px
}
}
@media only screen and (max-device-width:575px){
.aboutus-image, .aboutus-bg-shape {display: none;}
.feature-section .row {
	padding: 0 15px;
}
.shape-blog-left, .shape-blog-right {
	display:none
}
.contact-detail .content-inner-area {
	padding:30px 20px
}
.circle_animation .circle {
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
}
.circle_fill img {
	width: 45px;
}
.vision-mision-wrapper {
	padding: 0 20px;
}
.about-squer-shape, .about-bottom-shape {
	display: none;
}
}

@media only screen and (max-device-width:480px){
.choose-inner-box {
	display: block;
	text-align: center;
}
.circle_animation {
	padding-right: 0;
	margin-bottom: 20px;
}
}
@media (min-device-width:420px) and (max-device-width:575px){
	.header.banner-section .agency.bg {
		height: 100%
	}
	.animation-example {
		position: relative;
		margin: 0 auto;
		height: 300px;
		width: 300px;
		right: 0;
		top: -40px;
	}
	.animation-example > .center > .circle:nth-child(1) {
		height: 90%;
		width: 90%;
	}
	.animation-example > .center > .circle:nth-child(2) {
		height: 70%;
		width: 70%
	}
	.animation-example > .center > .circle:nth-child(3) {
		height: 45%;
		width: 45%
	}
	.logo-circle img {
		width: 28px;
		top: 20px;
		left: 20px;
	}


}
@media only screen and (max-device-width:419px){
	.animation-example {
		display: none;
	}
}




/**/
@media (max-width:767px){
        
	.api-type-image {
			width: 100% !important;
			margin-top: 15px;
	}
	.about-bottom-shape {
		bottom: 0;
	}
	.black-bg-detail {
		padding: 100px 15px 20px;
	}
}

@media (min-width:768px) and (max-width:991px){
	.api-type-image {
			width: 115% !important;
			margin-top: 15px;
	}
	.vision-mision-wrapper .row {
		justify-content: center;
	}
	.vision-blog {
		z-index: 2;
		padding-top: 9px;
		padding-bottom: 30px;
		position: relative;
		top: -11px;
	}
	.goal-blog {
		margin-top: -59px;
		background: #d0d0d0;
		position: relative;
		z-index: 1;
		padding-top: 48px;
		border: 3px solid #fff;
	}
	.goal-blog .about-mission-icon {
		background: #fff;
	}
	.about-bottom-shape {
		right: -128px;
		transform: rotate(-24deg);
		bottom: 150px;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.api-type-image {
			width: 120% !important;
	}
	.mright{
			margin-right: 10px;
	}
	.about-bottom-shape {
		right: -158px;
		transform: rotate(-27deg);
		bottom: 39px;
	}
}
@media (min-width:1200px) and (max-width:1400px){
	.api-type-image {
			width: 125% !important;
	}
	.mright {
			margin-left: -55px;
	}
	.aboutus-coloumn .aboutus-content {
		height: 330px
	}
}
@media (min-width:1200px) and (max-width:1599px){
	.api-type-image {
			width: 125% !important;
	}
	.mright{
			margin-left: -40px;
	}
	.about-bottom-shape {
		transform: rotate(-16deg);
		bottom: 0;
	}
}
@media (min-width:1600px) and (max-width:1920px){
	.api-type-image {
			width: 150% !important;
	}
	.mright{
			margin-left: -140px;
	}
	.about-bottom-shape {
		bottom: 59px;
	}
	.about-bottom-shape {
		bottom: 0;
	}
}
@media(min-width:1920px){
	.mright {
			margin-left: -260px;
	}
	.about-bottom-shape {
		bottom: 59px;
	}
}























